home *** CD-ROM | disk | FTP | other *** search
/ Best of www.BestZips.com (Collector's Edition) / Best of WWW.BESTZIPS.COM Collector's Edition (JCSM Shareware) (JCS Marketing).ISO / fileutil / dsx24c.zip / WHATS.NEW < prev   
Text File  |  1997-01-09  |  7KB  |  171 lines

  1.     
  2.             New for DOSNIX version 2.4c
  3.             
  4.     1.    The '-i' option of DF has been modified to provide percentage
  5.         of disk space used and percentage of disk space free.
  6.         
  7.     2.    For people who want to save the latest version of Netscape
  8.         or Internet Explorer on floppy disk, a new option has been 
  9.         added to the SPLIT command to handle binary files.  A JOIN 
  10.         command has been added to restore split files.
  11.             
  12.         3.    DOSNIX is now ready for the next century.  TOUCH has been
  13.         modified to accept years later than 1999.  Two digit years
  14.         greater than or equal to 80 will be interpreted as belonging
  15.         to this century.  Two digit years less than 80 will be 
  16.         interpreted as belonging to the next century.  Ie. 84 will
  17.         refer to 1984 and 01 will refer to 2001.  The file date displays
  18.         of LS, FFIND and GET have been modified accordingly.
  19.         
  20.     4.    Using "sgrep (string) *.*" in directories containing large
  21.         executable files could result in the system hanging up.  This
  22.         problem has now been fixed.
  23.         
  24.     5.    Previous versions of DOSNIX would not recognize hidden
  25.         directories.  Because DOS never officially supported hidden 
  26.         directories this was not a problem for most users.  Windows 95
  27.         makes extensive use of hidden (and even system) directories and 
  28.         DOSNIX was almost unusable on Windows 95 partitions.  This
  29.         problem has now been corrected with two exceptions.  CPDIR
  30.         and MVDIR will copy and move hidden directories but will not
  31.         preserve the hidden attribute. 
  32.         
  33.     6.    Three additional small utilities have been added to DOSNIX.  
  34.         DETAB, DOS2UX and UX2DOS.
  35.         
  36.     7.    You can now shell to DOS from DMI by pressing F7.  Helpful
  37.         hint: if you are using Windows 95 or OS/2 you can put DMI
  38.         on your desktop for quick access to DOSNIX.
  39.         
  40.     8.    Option handling for VF has been greatly improved.  
  41.     
  42.     
  43.           
  44.             New for DOSNIX version 2.3b
  45.  
  46.     1.    EDC, LS and VF have received some more cosmetic changes.
  47.     
  48.         
  49.         
  50.             New for DOSNIX version 2.3a
  51.             
  52.     1.    This is the first version to incorporate the Dosnix Menu
  53.         Interface.    DMI is a handy shell program that will allow you
  54.         to scroll through the entire command set and get help with
  55.         any command before executing it.        
  56.         
  57.     2.    VF has been extensively reworked and now has a more attractive
  58.         user interface and easier to read help screens.  Line wrapping
  59.         and BIOS screen writes can now be toggled from within the program.
  60.         Tab stops can now be adjusted but line wrap has to be disabled
  61.         before this feature will work.  Once you have adjusted your tabs
  62.         you can re-enable line wrap.   The left and right arrow keys
  63.         now move the screen only one space at a time.  Use Tab and
  64.         Shift Tab to move the screen one tab stop.
  65.         
  66.     3.    EDC will now give you an opportunity to rescan your drive if
  67.         it fails to locate a directory.  You can also rescan your drive
  68.         by pressing F1 from the matching directory menu.  If VFCOLORS
  69.         is set EDC and LS will use these colors for their menu screens.
  70.         
  71.         
  72.     4.    A recent bug report pointed out that CP had some problems
  73.         with pathnames such as "." and  "..".  It turned out that
  74.         "." would not work in the root directory and ".." would not
  75.         work if you were one level deep.  These have now been fixed.
  76.         There was also a problem with things like "cp foo a:.".        
  77.         Personally I prefer "cp foo a:" which does the same thing
  78.         and saves one keystroke, but for the sake of consistency
  79.         with the DOS COPY command I have modified CP and MV to
  80.         handle these constructions.  
  81.          
  82.             
  83.             
  84.             New for DOSNIX version 2.2c
  85.  
  86.     1.    VF now has a -w option for wrapping lines which are too
  87.         long to be displayed on the screen.  With some files wrapping
  88.         is preferable to using the arrow keys and users are free to use
  89.         either method.
  90.  
  91.  
  92.     2.    The documentation for VF now includes extended text modes
  93.         for most VGA adaptors.  I would like to thank
  94.  
  95.                 Mr. Xavier de Gelis
  96.                 University Paris X
  97.                 Cered / Forum
  98.  
  99.          for providing the information.
  100.  
  101.  
  102.         
  103.             New for DOSNIX version 2.2b
  104.  
  105.  
  106.     1.    The escape key can now be used to terminate searches 
  107.         when using FFIND and GET.
  108.  
  109.     2.    An enhanced version of EDC previously provided to registered
  110.         users is now standard.  Also the escape key can now be used to
  111.         interrupt scans.
  112.  
  113.     3.    SGREP can now search for regular expressions using the -e
  114.         option.  Users who register will be sent a copy of VF which
  115.         can also handle regular expressions.
  116.  
  117.  
  118.             New for DOSNIX version 2.2a
  119.  
  120.  
  121.     1.    I have spent the last few months working in a UNIX
  122.         environment where I am constantly using VI for reading
  123.         and editing files.  I discovered that switching back
  124.         and forth between VI and DOS style editors and file 
  125.         viewers can be very aggravating.  So I have taken the
  126.         large version of READ, modified it to accept VI commands,
  127.         and renamed it VF.  The big differences for READ users
  128.         are:
  129.  
  130.           The string search commands have been modified for VI
  131.         compatibility.  About the only thing that works like it
  132.         used to is '\' for case insensitive searches.
  133.  
  134.           Because 'N' and 'n' are  used by VI to continue string
  135.         searches you now have to use ':n' and ':p' to move back
  136.         and forth between files.
  137.  
  138.           I have also added a few "modern" features.  Pressing
  139.         F5 will now allow you to read in a new file and pressing
  140.         F5 from the directory screen will allow you to change the
  141.         file mask.
  142.  
  143.           What used to be the '-f' option is now standard and
  144.         piped input will automatically be stored in a temporary
  145.         file.  This executes much faster than it used to.
  146.  
  147.           Video mode can be specified as an option if you know
  148.         the correct modes for your display adaptor.
  149.  
  150.           I always thought line numbering would be a neat feature
  151.         so you can now toggle line numbers by pressing F6.  Unlike
  152.         VI the line numbers appear at the right hand side of the 
  153.         screen and you can use the Right Arrow key to shift the screen
  154.         and read any text in the last few columns.
  155.  
  156.           Screen colors for VF can be set from the environment using
  157.         the environment variable VFCOLORS.  If VFCOLORS is not set
  158.         VF will use existing screen colors.
  159.  
  160.         
  161.     2.    I have added a "-b" option to DU to display disk usage in
  162.         bytes.
  163.  
  164.  
  165.  
  166.                 Gerald M. Vrooman
  167.                 Chenango Shoreware
  168.  
  169.  
  170.     NOTE: DOSNIX is a trademark of Gerald M. Vrooman
  171.